body {
  background-color: #f5f5f5 !important;
  font-family: poppins;
}
.sidenav {
  background-color: #0c9aac;
}
.sidenav li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.sidenav li:hover {
  background-color: hsla(0, 0%, 100%, 0.13);
  border-radius: 10px;
  width: fit-content;
  margin-left: 0px;
  transition: 0.3s;
}

.inputforsearch:focus {
  box-shadow: none !important;
}

table td,
table th {
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.table thead th {
  border-bottom: none !important;
}

.card {
  border-radius: 0.5rem;
}

.table-scroll {
  border-radius: 0.5rem;
}
.table {
  border-collapse: collapse !important;
}
.table-responsive {
  border-radius: 0 !important;
  overflow: hidden; /* This prevents rounded corners from affecting the table */
}

thead {
  top: 0;
  position: sticky;
}

@media (max-width: 767px) {
  .logoClose {
    gap: 0px !important;
  }
  .searchAndAdd {
    flex-direction: column !important;
  }
  .footer-for-pagination {
    flex-direction: column !important;
  }
  .tablee{
    margin-top: -30px !important;
  }
}
